-
-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subtitles background opacity #4423
base: master
Are you sure you want to change the base?
Conversation
app/src/main/java/org/jellyfin/androidtv/preference/UserPreferences.kt
Outdated
Show resolved
Hide resolved
@@ -44,6 +44,7 @@ | |||
import org.jellyfin.androidtv.data.compat.StreamInfo; | |||
import org.jellyfin.androidtv.preference.UserPreferences; | |||
import org.jellyfin.androidtv.preference.constant.ZoomMode; | |||
import org.jellyfin.androidtv.util.ColorUtilsKt; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like an unused import?
@@ -1,5 +1,6 @@ | |||
package org.jellyfin.androidtv.ui.preference.screen | |||
|
|||
import okhttp3.internal.toHexString |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You shouldn't use an internal function from a sub-dependency
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh sorry, I thought it was the kotlin stdlib function
Changes
Option to configure subtitles background opacity and function to apply it onto existing colors.